home *** CD-ROM | disk | FTP | other *** search
- #ifndef systemClientIncludes
- #define systemClientIncludes
-
- #ifndef cpuIncludes
- #include "cpu.h"
- #endif
-
- #ifndef graphicsTypesIncludes
- #include "graphics types.h"
- #endif
-
- #ifdef callOutSemaphores
- extern gxGraphicsClient systemClient; /* created at INIT time */
- extern gxGraphicsClient systemSavedClient; /* client saved by GetSystemClient */
- extern char systemClientBusy; /* true if there is a systemClient user */
-
- gxGraphicsClient GetSystemClient(void);
- void ReleaseSystemClient(void);
- #else
- #define GetSystemClient()
- #define ReleaseSystemClient()
- #endif
- #endif
-